func os.isNoFollowErr
4 uses
os (current package)
eloop_other.go#L15: func isNoFollowErr(err error) bool {
root_unix.go#L64: if isNoFollowErr(err) {
root_unix.go#L82: if isNoFollowErr(err) || err == syscall.ENOTDIR {
root_unix.go#L103: if isNoFollowErr(err) || err == syscall.ENOTDIR {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)